home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Grafik / Viewer / MetaView / ARexx-Examples / send-to-pagestream.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2000-01-01  |  252 b   |  11 lines

  1. /* Script to send pictures from MetaView to another aplication
  2. ** Application: PageStream
  3. ** Attention: This script is not tested!
  4. ** Henk Jonas 2.6.00
  5. */
  6. PARSE ARG FILE datei
  7. SAY datei
  8. ADDRESS PAGESTREAM
  9. PLACEGRAPHIC FILE datei FILTER IFFDR2D STATUS
  10.  
  11.